home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / hlp145an.zip / HLPE-CLR.ZIP / HLPSRCH < prev    next >
Text File  |  1992-02-07  |  2KB  |  58 lines

  1. @CLS@
  2. @X02                @X0CExamples of using boolean (and / or) searching
  3. @X02                @X0C----------------------------------------------
  4.  
  5. There are numerous places where PCBoard will ask you for some kind of search
  6. criteria for the text you want to scan.  In those areas you can simply type
  7. in a word or phrase or you may create much more complex searches by using
  8. boolean logic symbols in your request.
  9.  
  10. The symbols "@X0C&@X02", "@X0C|@X02" and "@X0C!@X02" can be used to mean AND, OR and NOT.  In addition
  11. you can combine criteria using parenthesis to denote the grouping of the
  12. search criteria.
  13.  
  14. The rules below apply at any prompt given where PCBoard wants you to tell it
  15. what to scan for so the following rules can be used whether you are scanning
  16. through the message base, the download directories, the users file or the
  17. caller logs.
  18.  
  19.  
  20. @X0EMultiple words making up a sentence or phrase:
  21. ----------------------------------------------
  22. @X0CPCBoard version 14.5
  23.  
  24. @X07Searches for the words "PCBoard version 14.5" all together in a line
  25.  
  26.  
  27. @X0EMultiple words searching for each word separately:
  28. --------------------------------------------------
  29. @X0CPCBoard | Telix | Procomm
  30.  
  31. Searches for any text having either PCBoard OR Telix OR Procomm anywhere in
  32. the text
  33.  
  34.  
  35. @X0EMultiple words searching for each word separately requiring ALL to match:
  36. -------------------------------------------------------------------------
  37. @X0CPCBoard & Telix & Procomm
  38.  
  39. Searches for any text having ALL THREE words but not necessarily in any order
  40. or even next to each other
  41.  
  42.  
  43. @X0EUsing parenthesis for grouping:
  44. -------------------------------
  45. @X0CDESQview & (PCBoard | Telix)
  46.  
  47. Searches for any text having DESQview in it AND having either PCBoard OR Telix
  48. also in the same text in any order and not necessarily together
  49.  
  50.  
  51. @X0EUsing the NOT operator:
  52. -----------------------
  53. GIF & Adult & ! ((X | XX | XXX) & Rated)
  54.  
  55. Searches for any text having GIF and the word Adult and NOT having the word
  56. Rated in combination with X, XX or XXX.
  57.  
  58.